Graph

A simple graph structure

Members

Functions

neighbors
T[] neighbors(T id)

* Get a set edge, neighbors * * Params: * The id of the edge * * Returns: * The neighbor edges or null if id doesn't exist

Properties

edges
T[][T] edges [@property setter]

Set the edges this graph has

edges
T[][T] edges [@property getter]

Get the edges this graph has

Meta